This function returns true if the mouse wheel is being rotated downwards and false otherwise.
mouse_wheel_down();
Boolean
if mouse_wheel_down()
{
y += 10;
}
This moves the current instance down the screen if the mouse wheel is rotated upwards.